]>
Commit | Line | Data |
---|---|---|
7407ac7f BB |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 46; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
10 | 8E9D78F817BA646F00C76DC9 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E9D78F617BA646F00C76DC9 /* main.c */; }; | |
11 | 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792117BA690700C76DC9 /* SDL2_image.framework */; }; | |
12 | 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */; }; | |
13 | 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792317BA690700C76DC9 /* SDL2_net.framework */; }; | |
14 | 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */; }; | |
15 | 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792517BA690700C76DC9 /* SDL2.framework */; }; | |
ed603039 | 16 | 8EC3B7BA17BB185D00D3BDD0 /* ben.png in Copy Static Images */ = {isa = PBXBuildFile; fileRef = 8EC3B7B917BB185700D3BDD0 /* ben.png */; }; |
8534e46e BB |
17 | 8EE9CAD717BBB26E00CA3A98 /* actor.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EE9CAD617BBB26E00CA3A98 /* actor.c */; }; |
18 | 8EE9CADA17BBB6BF00CA3A98 /* actor_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */; }; | |
7407ac7f BB |
19 | /* End PBXBuildFile section */ |
20 | ||
21 | /* Begin PBXCopyFilesBuildPhase section */ | |
ed603039 | 22 | 8E9D78E717BA63F400C76DC9 /* Copy Static Images */ = { |
7407ac7f | 23 | isa = PBXCopyFilesBuildPhase; |
ed603039 BB |
24 | buildActionMask = 12; |
25 | dstPath = data/img/static; | |
26 | dstSubfolderSpec = 16; | |
7407ac7f | 27 | files = ( |
ed603039 | 28 | 8EC3B7BA17BB185D00D3BDD0 /* ben.png in Copy Static Images */, |
7407ac7f | 29 | ); |
ed603039 BB |
30 | name = "Copy Static Images"; |
31 | runOnlyForDeploymentPostprocessing = 0; | |
7407ac7f BB |
32 | }; |
33 | /* End PBXCopyFilesBuildPhase section */ | |
34 | ||
35 | /* Begin PBXFileReference section */ | |
36 | 8E9D78E917BA63F400C76DC9 /* Super Polarity */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Super Polarity"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
37 | 8E9D78F617BA646F00C76DC9 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; | |
38 | 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = Super_Polarity.1; sourceTree = "<group>"; }; | |
39 | 8E9D792117BA690700C76DC9 /* SDL2_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_image.framework; path = vendor/frameworks/SDL2_image.framework; sourceTree = "<group>"; }; | |
40 | 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_mixer.framework; path = vendor/frameworks/SDL2_mixer.framework; sourceTree = "<group>"; }; | |
41 | 8E9D792317BA690700C76DC9 /* SDL2_net.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_net.framework; path = vendor/frameworks/SDL2_net.framework; sourceTree = "<group>"; }; | |
42 | 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_ttf.framework; path = vendor/frameworks/SDL2_ttf.framework; sourceTree = "<group>"; }; | |
43 | 8E9D792517BA690700C76DC9 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = vendor/frameworks/SDL2.framework; sourceTree = "<group>"; }; | |
ed603039 | 44 | 8EC3B7B917BB185700D3BDD0 /* ben.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ben.png; path = data/img/static/ben.png; sourceTree = "<group>"; }; |
8534e46e BB |
45 | 8EE9CAD517BBAD9000CA3A98 /* actor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = actor.h; sourceTree = "<group>"; }; |
46 | 8EE9CAD617BBB26E00CA3A98 /* actor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = actor.c; sourceTree = "<group>"; }; | |
47 | 8EE9CAD817BBB6B000CA3A98 /* actor_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = actor_manager.h; sourceTree = "<group>"; }; | |
48 | 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = actor_manager.c; sourceTree = "<group>"; }; | |
7407ac7f BB |
49 | /* End PBXFileReference section */ |
50 | ||
51 | /* Begin PBXFrameworksBuildPhase section */ | |
52 | 8E9D78E617BA63F400C76DC9 /* Frameworks */ = { | |
53 | isa = PBXFrameworksBuildPhase; | |
54 | buildActionMask = 2147483647; | |
55 | files = ( | |
56 | 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */, | |
57 | 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */, | |
58 | 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */, | |
59 | 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */, | |
60 | 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */, | |
61 | ); | |
62 | runOnlyForDeploymentPostprocessing = 0; | |
63 | }; | |
64 | /* End PBXFrameworksBuildPhase section */ | |
65 | ||
66 | /* Begin PBXGroup section */ | |
67 | 8E9D78E017BA63F400C76DC9 = { | |
68 | isa = PBXGroup; | |
69 | children = ( | |
ed603039 | 70 | 8EC3B7B617BB183500D3BDD0 /* data */, |
7407ac7f BB |
71 | 8E9D792117BA690700C76DC9 /* SDL2_image.framework */, |
72 | 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */, | |
73 | 8E9D792317BA690700C76DC9 /* SDL2_net.framework */, | |
74 | 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */, | |
75 | 8E9D792517BA690700C76DC9 /* SDL2.framework */, | |
76 | 8E9D78F517BA646F00C76DC9 /* src */, | |
77 | 8E9D78EA17BA63F400C76DC9 /* Products */, | |
78 | ); | |
79 | sourceTree = "<group>"; | |
80 | }; | |
81 | 8E9D78EA17BA63F400C76DC9 /* Products */ = { | |
82 | isa = PBXGroup; | |
83 | children = ( | |
84 | 8E9D78E917BA63F400C76DC9 /* Super Polarity */, | |
85 | ); | |
86 | name = Products; | |
87 | sourceTree = "<group>"; | |
88 | }; | |
89 | 8E9D78F517BA646F00C76DC9 /* src */ = { | |
90 | isa = PBXGroup; | |
91 | children = ( | |
8534e46e | 92 | 8EE9CAD417BBAD6D00CA3A98 /* lib */, |
7407ac7f BB |
93 | 8E9D78F617BA646F00C76DC9 /* main.c */, |
94 | 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */, | |
95 | ); | |
96 | path = src; | |
97 | sourceTree = "<group>"; | |
98 | }; | |
ed603039 BB |
99 | 8EC3B7B617BB183500D3BDD0 /* data */ = { |
100 | isa = PBXGroup; | |
101 | children = ( | |
102 | 8EC3B7B717BB183900D3BDD0 /* img */, | |
103 | ); | |
104 | name = data; | |
105 | sourceTree = "<group>"; | |
106 | }; | |
107 | 8EC3B7B717BB183900D3BDD0 /* img */ = { | |
108 | isa = PBXGroup; | |
109 | children = ( | |
110 | 8EC3B7B817BB183E00D3BDD0 /* static */, | |
111 | ); | |
112 | name = img; | |
113 | sourceTree = "<group>"; | |
114 | }; | |
115 | 8EC3B7B817BB183E00D3BDD0 /* static */ = { | |
116 | isa = PBXGroup; | |
117 | children = ( | |
118 | 8EC3B7B917BB185700D3BDD0 /* ben.png */, | |
119 | ); | |
120 | name = static; | |
121 | sourceTree = "<group>"; | |
122 | }; | |
8534e46e BB |
123 | 8EE9CAD417BBAD6D00CA3A98 /* lib */ = { |
124 | isa = PBXGroup; | |
125 | children = ( | |
126 | 8EE9CAD517BBAD9000CA3A98 /* actor.h */, | |
127 | 8EE9CAD617BBB26E00CA3A98 /* actor.c */, | |
128 | 8EE9CAD817BBB6B000CA3A98 /* actor_manager.h */, | |
129 | 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */, | |
130 | ); | |
131 | name = lib; | |
132 | sourceTree = "<group>"; | |
133 | }; | |
7407ac7f BB |
134 | /* End PBXGroup section */ |
135 | ||
136 | /* Begin PBXNativeTarget section */ | |
137 | 8E9D78E817BA63F400C76DC9 /* Super Polarity */ = { | |
138 | isa = PBXNativeTarget; | |
139 | buildConfigurationList = 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */; | |
140 | buildPhases = ( | |
141 | 8E9D78E517BA63F400C76DC9 /* Sources */, | |
142 | 8E9D78E617BA63F400C76DC9 /* Frameworks */, | |
ed603039 | 143 | 8E9D78E717BA63F400C76DC9 /* Copy Static Images */, |
7407ac7f BB |
144 | ); |
145 | buildRules = ( | |
146 | ); | |
147 | dependencies = ( | |
148 | ); | |
149 | name = "Super Polarity"; | |
150 | productName = "Super Polarity"; | |
151 | productReference = 8E9D78E917BA63F400C76DC9 /* Super Polarity */; | |
152 | productType = "com.apple.product-type.tool"; | |
153 | }; | |
154 | /* End PBXNativeTarget section */ | |
155 | ||
156 | /* Begin PBXProject section */ | |
157 | 8E9D78E117BA63F400C76DC9 /* Project object */ = { | |
158 | isa = PBXProject; | |
159 | attributes = { | |
160 | LastUpgradeCheck = 0460; | |
161 | ORGANIZATIONNAME = Abuguet; | |
162 | }; | |
163 | buildConfigurationList = 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */; | |
164 | compatibilityVersion = "Xcode 3.2"; | |
165 | developmentRegion = English; | |
166 | hasScannedForEncodings = 0; | |
167 | knownRegions = ( | |
168 | en, | |
169 | ); | |
170 | mainGroup = 8E9D78E017BA63F400C76DC9; | |
171 | productRefGroup = 8E9D78EA17BA63F400C76DC9 /* Products */; | |
172 | projectDirPath = ""; | |
173 | projectRoot = ""; | |
174 | targets = ( | |
175 | 8E9D78E817BA63F400C76DC9 /* Super Polarity */, | |
176 | ); | |
177 | }; | |
178 | /* End PBXProject section */ | |
179 | ||
180 | /* Begin PBXSourcesBuildPhase section */ | |
181 | 8E9D78E517BA63F400C76DC9 /* Sources */ = { | |
182 | isa = PBXSourcesBuildPhase; | |
183 | buildActionMask = 2147483647; | |
184 | files = ( | |
185 | 8E9D78F817BA646F00C76DC9 /* main.c in Sources */, | |
8534e46e BB |
186 | 8EE9CAD717BBB26E00CA3A98 /* actor.c in Sources */, |
187 | 8EE9CADA17BBB6BF00CA3A98 /* actor_manager.c in Sources */, | |
7407ac7f BB |
188 | ); |
189 | runOnlyForDeploymentPostprocessing = 0; | |
190 | }; | |
191 | /* End PBXSourcesBuildPhase section */ | |
192 | ||
193 | /* Begin XCBuildConfiguration section */ | |
194 | 8E9D78F017BA63F400C76DC9 /* Debug */ = { | |
195 | isa = XCBuildConfiguration; | |
196 | buildSettings = { | |
197 | ALWAYS_SEARCH_USER_PATHS = NO; | |
198 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
199 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
200 | CLANG_CXX_LIBRARY = "libc++"; | |
201 | CLANG_ENABLE_OBJC_ARC = YES; | |
202 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
203 | CLANG_WARN_EMPTY_BODY = YES; | |
204 | CLANG_WARN_ENUM_CONVERSION = YES; | |
205 | CLANG_WARN_INT_CONVERSION = YES; | |
206 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
207 | COPY_PHASE_STRIP = NO; | |
208 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
209 | GCC_DYNAMIC_NO_PIC = NO; | |
210 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
211 | GCC_OPTIMIZATION_LEVEL = 0; | |
212 | GCC_PREPROCESSOR_DEFINITIONS = ( | |
213 | "DEBUG=1", | |
214 | "$(inherited)", | |
215 | ); | |
216 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; | |
217 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
218 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
219 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
220 | GCC_WARN_UNUSED_VARIABLE = YES; | |
221 | MACOSX_DEPLOYMENT_TARGET = 10.7; | |
222 | ONLY_ACTIVE_ARCH = YES; | |
223 | SDKROOT = macosx; | |
224 | }; | |
225 | name = Debug; | |
226 | }; | |
227 | 8E9D78F117BA63F400C76DC9 /* Release */ = { | |
228 | isa = XCBuildConfiguration; | |
229 | buildSettings = { | |
230 | ALWAYS_SEARCH_USER_PATHS = NO; | |
231 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
232 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
233 | CLANG_CXX_LIBRARY = "libc++"; | |
234 | CLANG_ENABLE_OBJC_ARC = YES; | |
235 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
236 | CLANG_WARN_EMPTY_BODY = YES; | |
237 | CLANG_WARN_ENUM_CONVERSION = YES; | |
238 | CLANG_WARN_INT_CONVERSION = YES; | |
239 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
240 | COPY_PHASE_STRIP = YES; | |
241 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
242 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
243 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
244 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
245 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
246 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
247 | GCC_WARN_UNUSED_VARIABLE = YES; | |
248 | MACOSX_DEPLOYMENT_TARGET = 10.7; | |
249 | SDKROOT = macosx; | |
250 | }; | |
251 | name = Release; | |
252 | }; | |
253 | 8E9D78F317BA63F400C76DC9 /* Debug */ = { | |
254 | isa = XCBuildConfiguration; | |
255 | buildSettings = { | |
ed603039 | 256 | CLANG_ENABLE_OBJC_ARC = NO; |
7407ac7f BB |
257 | FRAMEWORK_SEARCH_PATHS = ( |
258 | "$(inherited)", | |
259 | "\"$(SRCROOT)/vendor/frameworks\"", | |
260 | ); | |
ed603039 | 261 | MACH_O_TYPE = mh_execute; |
7407ac7f BB |
262 | PRODUCT_NAME = "$(TARGET_NAME)"; |
263 | }; | |
264 | name = Debug; | |
265 | }; | |
266 | 8E9D78F417BA63F400C76DC9 /* Release */ = { | |
267 | isa = XCBuildConfiguration; | |
268 | buildSettings = { | |
ed603039 | 269 | CLANG_ENABLE_OBJC_ARC = NO; |
7407ac7f BB |
270 | FRAMEWORK_SEARCH_PATHS = ( |
271 | "$(inherited)", | |
272 | "\"$(SRCROOT)/vendor/frameworks\"", | |
273 | ); | |
ed603039 | 274 | MACH_O_TYPE = mh_execute; |
7407ac7f BB |
275 | PRODUCT_NAME = "$(TARGET_NAME)"; |
276 | }; | |
277 | name = Release; | |
278 | }; | |
279 | /* End XCBuildConfiguration section */ | |
280 | ||
281 | /* Begin XCConfigurationList section */ | |
282 | 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */ = { | |
283 | isa = XCConfigurationList; | |
284 | buildConfigurations = ( | |
285 | 8E9D78F017BA63F400C76DC9 /* Debug */, | |
286 | 8E9D78F117BA63F400C76DC9 /* Release */, | |
287 | ); | |
288 | defaultConfigurationIsVisible = 0; | |
289 | defaultConfigurationName = Release; | |
290 | }; | |
291 | 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */ = { | |
292 | isa = XCConfigurationList; | |
293 | buildConfigurations = ( | |
294 | 8E9D78F317BA63F400C76DC9 /* Debug */, | |
295 | 8E9D78F417BA63F400C76DC9 /* Release */, | |
296 | ); | |
297 | defaultConfigurationIsVisible = 0; | |
298 | defaultConfigurationName = Release; | |
299 | }; | |
300 | /* End XCConfigurationList section */ | |
301 | }; | |
302 | rootObject = 8E9D78E117BA63F400C76DC9 /* Project object */; | |
303 | } |